Closed
Bug 1956293
Opened 2 months ago
Closed 2 months ago
Implement #set-the-ongoing-navigation
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
RESOLVED
DUPLICATE
of bug 1959389
People
(Reporter: farre, Assigned: farre)
References
(Blocks 1 open bug)
Details
The #set-the-ongoing-navigation is used to track navigation aborting and to prevent any navigations from taking place during traversal.
This is called from #navigate, #navigate-to-a-javascript:-url, #apply-the-history-step, #deactivate-a-document-for-a-cross-document-navigation, and #nav-stop.
It calls #inform-the-navigation-api-about-aborting-navigation, which in turn calls #abort-the-ongoing-navigation. It is crucial for us to handle this to keep the invariants of #inner-navigate-event-firing-algorithm
Assignee | ||
Updated•2 months ago
|
Blocks: navigation-api
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → afarre
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Moving this work to be performed in 1959389.
You need to log in
before you can comment on or make changes to this bug.
Description
•